home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 August: Tool Chest / Apple_Developer_Group_August_1996_Tool_Chest.iso / Sample Code / Snippets / Sound / SoundLevel / SoundLevelPPC.make < prev    next >
Encoding:
Text File  |  1995-02-10  |  1.3 KB  |  47 lines  |  [TEXT/MPS ]

  1. #   File:       SoundLevelPPC.make
  2. #   Target:     SoundLevelPPC
  3. #   Sources:    SoundLevelPPC.r
  4. #               SoundLevel.r
  5. #               SoundLevel.c
  6. #   Created:    Friday, February 10, 1995 09:11:08 PM
  7.  
  8.  
  9. POWERPCOBJECTS = ∂
  10.         SoundLevel.o ∂
  11.  
  12. 68KOBJECTS = ∂
  13.         SoundLevel.c.o ∂
  14.  
  15.  
  16. SoundLevelPPC  ƒƒ SoundLevelPPC.make SoundLevelPPC.r
  17.     Rez SoundLevelPPC.r -append -o SoundLevelPPC
  18. SoundLevelPPC  ƒƒ SoundLevelPPC.make SoundLevel.r
  19.     Rez SoundLevel.r -append -o SoundLevelPPC
  20.  
  21. SoundLevelPPC ƒƒ SoundLevelPPC.make  {POWERPCOBJECTS}
  22.     PPCLink  ∂
  23.         {POWERPCOBJECTS} ∂
  24.         "{PPCLibraries}"InterfaceLib.xcoff ∂
  25.         "{PPCLibraries}"MathLib.xcoff ∂
  26.         "{PPCLibraries}"StdCLib.xcoff ∂
  27.         "{PPCLibraries}"StdCRuntime.o ∂
  28.         "{PPCLibraries}"PPCCRuntime.o ∂
  29.         -main __start ∂
  30.         -o SoundLevelPPC.xcoff
  31.     makePEF SoundLevelPPC.xcoff -o SoundLevelPPC ∂
  32.         -l InterfaceLib.xcoff=InterfaceLib ∂
  33.         -l MathLib.xcoff=MathLib ∂
  34.         -l StdCLib.xcoff=StdCLib ∂
  35.         -ft APPL -fc '????'
  36. SoundLevel.o ƒ SoundLevelPPC.make SoundLevel.c
  37.      PPCC -w conformance -appleext on  SoundLevel.c -o SoundLevel.o
  38.  
  39. SoundLevelPPC ƒƒ SoundLevelPPC.make  {68KOBJECTS}
  40.     Link -t APPL -c '????' ∂
  41.         {68KOBJECTS} ∂
  42.          "{Libraries}"Runtime.o ∂
  43.          "{Libraries}"Interface.o ∂
  44.         -o SoundLevelPPC
  45. SoundLevel.c.o ƒ SoundLevelPPC.make SoundLevel.c
  46.      C -r  SoundLevel.c
  47.